Dashboard Temp Share Shortlinks Frames API

huxn-webdev - HTMLify profile

files of /huxn-webdev/HTML-CSS-JavaScript-100-Projects/88. World Counter/

app.js /huxn-webdev/HTML-CSS-JavaScript-100-Projects/88. World Counter/app.js
13 Views
0 Comments
const textInput = document.querySelector(".text-input");
const worldCountElement = document.querySelector(".word-count");
const
index.html /huxn-webdev/HTML-CSS-JavaScript-100-Projects/88. World Counter/index.html
20 Views
0 Comments
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta nam
style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/88. World Counter/style.css
15 Views
0 Comments
body {
margin: 0;
font-family: sans-serif;
display: flex;
flex-direction: column;
justify-content: center;
align-ite